Blog post: Neighbor Table supersedes ARP Table – supporting IPv6#3408
Merged
mergify[bot] merged 3 commits intomainfrom May 3, 2026
Merged
Blog post: Neighbor Table supersedes ARP Table – supporting IPv6#3408mergify[bot] merged 3 commits intomainfrom
mergify[bot] merged 3 commits intomainfrom
Conversation
Agent-Logs-Url: https://github.com/BornToBeRoot/NETworkManager/sessions/35afa56e-f675-4430-8fbc-36ca6ee774a1 Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
BornToBeRoot
May 3, 2026 21:25
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Docusaurus blog post announcing the ARP Table → Neighbor Table refactor (IPv4 + IPv6), using screenshots from the documentation to illustrate the updated UI and workflow.
Changes:
- Added a new blog post describing the motivation (IPv6 support), ARP vs NDP, and what the Neighbor Table shows.
- Documented adding static neighbor entries and the administrator privilege requirement.
- Added screenshots (
neighbor-table.png,neighbor-table-entry.png) alongside the post.
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| Website/blog/2026-05-03-neighbor-table-supersedes-arp-table/index.md | New blog post content, including explanation, feature details, and links to docs/download. |
| Website/blog/2026-05-03-neighbor-table-supersedes-arp-table/neighbor-table.png | Screenshot used in the blog post. |
| Website/blog/2026-05-03-neighbor-table-supersedes-arp-table/neighbor-table-entry.png | Screenshot of the “Add entry” dialog used in the blog post. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a blog post announcing the
ARP Table→Neighbor Tablerefactoring introduced in #3403.Changes proposed in this pull request
Website/blog/2026-05-03-neighbor-table-supersedes-arp-table/index.mdcovering the motivation (IPv4-only → IPv4 + IPv6), ARP vs. NDP comparison, column reference, static entry workflow, and admin privilege requirementWebsite/docs/img/(neighbor-table.png,neighbor-table-entry.png) into the blog folderRelated issue(s)
Copilot generated summary
Copilot summary
Adds a new blog post explaining the rename and expansion of the old ARP Table feature into the unified Neighbor Table. The post covers why the change was made (IPv6/NDP was previously unsupported), how ARP and NDP differ, what the table columns represent, how to add static entries, and the administrator privilege requirement. Follows the same structure and tone as existing blog posts (Hosts File Editor, Firewall). Images are sourced from the existing documentation.
To-Do
Contributing
By submitting this pull request, I confirm the following: